projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd573bc
)
Braino.
author
Jim Blandy
<jimb@redhat.com>
Wed, 19 May 1993 06:13:00 +0000
(06:13 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Wed, 19 May 1993 06:13:00 +0000
(06:13 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index ff79504430cae70b155adf2c8d4657e86f7d4b96..24f53e9f3bbc8fdcc72a35a126809c43d7462d73 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-173,10
+173,10
@@
A file name is handled if one of the regular expressions in\n\
Lisp_Object filename;
{
/* This function must not munge the match data. */
+ Lisp_Object chain;
CHECK_STRING (filename, 0);
- Lisp_Object chain;
for (chain = Vfile_name_handler_alist; XTYPE (chain) == Lisp_Cons;
chain = XCONS (chain)->cdr)
{